home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / s / user-startup < prev    next >
Text File  |  1994-06-06  |  492b  |  24 lines

  1. assign afax: 
  2.  
  3. ; These items should be added to your S:User-Startup (2.0)
  4. ; or S:Startup-Sequence (1.3) files, if not already there.
  5.  
  6. mount null:
  7. run >nil: <nil: l:fifo-handler
  8.  
  9. if exists afax:s/AFAX-Startup
  10.     execute afax:s/AFAX-Startup
  11. endif
  12.  
  13. ;
  14. ; Minimal UUCP (ie just GETTY) if you don't have the lot
  15.  
  16. if exists afax:uucp/s/UUCPAssign
  17.     execute afax:uucp/s/UUCPAssign
  18. endif
  19.  
  20. ;BEGIN ParNFS
  21. Assign ParNFS_Stuff: "Ram Disk:ParNFS"
  22. run Execute ParNFS_Stuff:QuickSetup client 2 Quiet
  23. ;END ParNFS
  24.